net.conf.preferCgo (field)
7 uses
net (current package)
conf.go#L58: preferCgo bool // if no explicit preference, use cgo
conf.go#L106: case confVal.netCgo || confVal.preferCgo:
conf.go#L118: confVal.preferCgo = false
conf.go#L127: confVal.preferCgo = true
conf.go#L143: confVal.preferCgo = true
conf.go#L150: confVal.preferCgo = true
conf.go#L245: } else if c.preferCgo {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |